home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / System / VersCheck2 / WBCtrl / WBCtrl.doc < prev    next >
Text File  |  1999-12-20  |  4KB  |  105 lines

  1.                   WBCtrl
  2.         © 1999 by Stephan Rupprecht
  3.             All rights reserved.
  4.  
  5.  
  6. COPYRIGHT AND DISCLAIMER
  7.  WBCtrl is copyrighted 1999 by Stephan Rupprecht. 
  8.  All rights reserved. This program is freeware, so no financial
  9.  donations required. Redistribution allowed if the package is 
  10.  left unchanged. The author is not responsible for any damage 
  11.  caused by the use or misuse of this documentation and/or the 
  12.  program(s) it describes.
  13.  
  14.  
  15. REQUIREMENTS
  16.  Any Amiga® (compatible) computer with at least OS3.5 and
  17.  68020+ cpu.
  18.  
  19.  
  20. DESCRIPTION
  21.  WBCtrl allows you to control some undocumented features of
  22.  the AmigaOS3.5 Workbench®.
  23.  
  24.  
  25. USAGE
  26.  The program can only be started from shell, the following
  27.  options are provided:
  28.  
  29.  MCM=MAXCOPYMEM/N/K,IMT=IMAGEMEMTYPE/K,DN=DRAWERNOTIFICATION/S,
  30.  G=GAUGE/S,R=REFRESH/S,MNL=MAXNAMELENGTH/N/K,Q=QUERY/S
  31.  
  32.  MCM=MAXCOPYMEM/N/K: will set the maximum number of bytes the
  33.   file copy code will use. Some SCSI controllers (don't ask which:)
  34.   are not able to transfer more 32k at once because of this the
  35.   default setting is 65536 bytes (two buffers, each 32k).
  36.  
  37.  IMT=IMAGEMEMTYPE/K: when set to FAST or ANY, wb and icon.lib will
  38.   use fastram for imagedata (p96/cgx or fblit required!). Use 
  39.   CHIP for chipram. It's safe to use this option without p96/cgx
  40.   as WBCtrl will check for an RTG system / fblit before actually
  41.   performing the change. If you use fblit by Stephen Brookes,
  42.   you should use ICONFAST instead of FAST to avoid problems
  43.   with workbench.library. Last but not least WBFAST tells wb
  44.   to use fastram for imagedata and resets icon.library to use
  45.   chipram.
  46.  
  47.  DN=DRAWERNOTIFICATION/S: enable/disable drawer notification:
  48.   "if enabled, Workbench will be notified of changes in every
  49.    'Show all files' mode drawer. Every time a notification arrives,
  50.    Workbench will reread the drawer." 
  51.  
  52.  G=GAUGE/S: disable/enable the Workbench volume fill gauges.
  53.   Any open volume/root drawer window will *not* be updated. You
  54.   must close them first.
  55.  
  56.  R=REFRESH/S: use this option in conjunction with G=GAUGE/S
  57.   and WBCtrl will update the drawer windows for you. 
  58.  
  59.  MNL=MAXNAMELENGTH: "icon.library has a built-in file name length
  60.   limit that affects whether icon files are read and written.
  61.   Currently, the default for this value is 25 characters. This 
  62.   is sufficient for an icon file name acceptable with the ROM
  63.   filing system. This limit has two effects: if an icon file is
  64.   to be written whose name would be longer than the limit,
  65.   icon.library will silently abort the write attempt and pretend
  66.   that the icon file has been written; this is done in order to
  67.   avoid overwriting the original data file with the icon file.
  68.   If an icon file was read that turns out to contain invalid icon
  69.   data, another test is done in order to find out whether the file
  70.   name was longer than the limit. If this is the case, it is
  71.   assumed that the data was read from the original file rather
  72.   than from the icon file. The library then pretends that the 
  73.   icon file was not found." (this was taken from the Autodocs,
  74.   © 1985-1999 Amiga Int., Inc.)
  75.  
  76.  Q=QUERY/S: show current settings.
  77.  
  78.  
  79. INSTALLATION
  80.  Copy the program to your C: directory.
  81.  
  82.  
  83. HISTORY
  84.  1.0    first public release for os35 beta testers.
  85.  1.1    added REFRESH/S option.
  86.  1.2    internal release.
  87.  1.3    IMAGEMEMTYPE can be changed even without an RTG system
  88.      now, when FBlit by Stephen Brookes is running. Extented
  89.      IMT=IMAGEMEMTYPE/K option.
  90.  1.4    added MNL=MAXNAMELENGTH/N/K option.
  91.  
  92.  
  93. AUTHOR
  94.  
  95.  Please send bug reports and ideas to:
  96.  
  97.     Stephan Rupprecht
  98.     Apfeldweg 1
  99.     D44359 Dortmund
  100.     Germany
  101.  
  102.  Send emails to
  103.  
  104.     stephan.rupprecht@gmx.de
  105.